func golang.org/x/sys/unix.pwrite
2 uses
golang.org/x/sys/unix (current package)
syscall_unix.go#L191: n, err = pwrite(fd, p, offset)
zsyscall_linux_amd64.go#L256: func pwrite(fd int, p []byte, offset int64) (n int, err error) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)